home *** CD-ROM | disk | FTP | other *** search
- Graphics
- Graphics
- Form15G
- Picture1
- cmdRedraw
- &Redraw
- lstRedrawType
- Frame1
- Graphic
- optGraphicType
- Metafile
- optGraphicType
- Bitmap
- lblTime
- Time:
- MS Sans Serif
- imgMetafile
- Microsoft Draw
- System
- imgBitmap
- Container
- Form_Load
- Cell5
- Visible
- Form_Resize
- ReSizeCells1
- Caption
- ScaleWidth
- ScaleHeight
- ReSizeCells2
- cellwidth
- cellheightc
- Container
- ReSizeCells3
- Visibel
- ReSizeCells4V
- lstRedrawType
- ReSizeCells5
- Visble
- Form_Paint
- Container_Click
- cell_Click
- Index
- Frame1_DragDrop
- Source
- Control
- ListIndex
- ReDraw
- cmdRedraw_Click
- ReSizeCells0
- ReSizeCellsE
- optGraphicType_Click
- Picture
- imgMetaFile
- imgBitmap
- Height
- screen
- MousePointer
- WindowState
- Start
- Finish
- lblTime
- lstRedrawType_Click
- Width
- iFormLoad
- Take a look at the various ReSizeCells general procedures.
- Also, try changing the Stretch property of the Cell control.
- cmdRedraw_Click
- Form_Load
- Signals no paint on form load.o
- Center the form
- Load the listbox
- Naive
- Using Variables
- With Each Image Invisible
- Making Container Invisible
- Form_Resize
- Don't do anything when minimizedo
- Reset the flag so we redraw next time.n
- optGraphicType_Click
- Make container invisible while loading pictures.u
- Try commenting out those lines to see speed difference.
- ReDraw
- Time:
- 0.000
- Sec.
- ReSizeCells0
- Naive code to resize and redraw graphic cells.
- ReSizeCells1
- Improved code: replace constant expressions with variables
- and use variables instead of properties.o
- ReSizeCells2
- More improved code: make each Image control invisible
- during the move; this improves paint speed.
- ReSizeCells3
- Fastest code: make container invisible while moving and sizing
- all contained Images. Only one paint occurs.
- Container.Refreshh
-